MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).CopyTo Method
See Also
 





Copies the elements of the collection to an array, starting from the particular Array index.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual void CopyTo (
    T[] array,
    int arrayIndex
)

Visual Basic  Copy Code

Public Overridable Sub CopyTo( _
    array() As T, _
    arrayIndex As Integer _
)

 Parameters

array
Type: T[]
The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
arrayIndex
Type: Int32
The zero-based index in array at which copying begins.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace